home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DRIVERS / Matrox / Bios / ReadMe.txt < prev   
Text File  |  1997-07-02  |  6KB  |  155 lines

  1. README.TXT                    MATROX GRAPHICS INC.               July 2, 1997
  2.  
  3.  
  4.                         MGA DOS Setup and Utilities
  5.                              Revision 3.00.000 
  6.  
  7. This disk contains the MATROX MGA DOS setup and utility programs.
  8.  
  9. Contents:
  10. --------
  11.    
  12.    INSTALL.EXE    Install program
  13.    FILES1.ZIP     Product files
  14.    ENGLISH.ZIP    English localization files
  15.    ENGLISH.MMF    English localization installation file
  16.    PKUNZIP.EXE    File decompression  utility
  17.    PRODUCTS.LST   Product list
  18.  
  19. Product files:
  20. -------------
  21.    README.TXT      This file
  22.    MGAMON.EXE     Monitor program.
  23.    MGA.MON        Monitor file.
  24.    DOS4GW.EXE     DOS extender.
  25.    UPDBIOS.BAT    Flash Eprom update batch file.
  26.    PROGBIOS.EXE   Flash Eprom programming utility.
  27.    *.BIN          Video bios binary file(s).
  28.    VBETSR.COM     VBE video parameter customization TSR.
  29.    VBESETUP.EXE   Required for VBETSR.COM.
  30.    FNT8X14.COM    Font 8x14 TSR.
  31.    PCISPY.EXE      PCI configuration space utility.
  32.  
  33. Installation:
  34. ------------
  35.  
  36.    To install the DOS setup and utility programs, run install.exe.
  37.    The default path for the installation is C:\MGA\SETUP\.
  38.  
  39. Monitor program (MGAMON.EXE):
  40. ----------------------------
  41.  
  42.    The MGAMON utility program allows you to "optimize" your
  43.    board/monitor configuration. It allows you to select a monitor from
  44.    our list of supported monitors. 
  45.  
  46.    Your selection will be saved in a file called MGA.INF. This file 
  47.    is used by all the MGA drivers to determine monitor timing information.
  48.  
  49. Monitor file (MGA.MON):
  50. ----------------------
  51.  
  52.    This file contains the monitor information required by the MGAMON program.
  53.    It contains video timings for a variety of monitors and should cover most
  54.    monitors.
  55.  
  56. UPDBIOS.BAT Utility:
  57. -------------------
  58.  
  59.    IF YOU HAVE JUST RECEIVED A NEW BOARD, IT IS NOT NECESSARY TO
  60.    RUN THIS UTILITY.
  61.  
  62.    This batch file is used to update the flash bios on your MGA
  63.    card to the latest revision at the time of release.
  64.    It is necessary to run this utility only if you receive this
  65.    software as part of an upgrade package.
  66.  
  67.    Should you need to use this utility, follow the procedure below :
  68.    
  69.         1) go to the C:\MGA\SETUP directory and simply type "UPDBIOS"
  70.         2) once the utility has finished, power-down your system
  71.         3) power-up your system and you are now ready to try your updated
  72.            bios
  73.           
  74.    NOTE : This program may not work properly if invoked from a Windows
  75.           DOS window (neither windowed or full-screen). It is recommended
  76.           that this program be run directly from DOS.
  77.  
  78.    NOTE : Millennium users must make sure the bios protection switch (located
  79.           on your board) is set to 'bios unprotected' before using this 
  80.           utility. After flashing your Millennium, it is recommended to set 
  81.           the switch back to 'bios protected'.
  82.           Mystique, Mystique 220 and Millennium II boards do not have a 
  83.           protection switch.
  84.  
  85. FNT8X14.COM:
  86. ------------
  87.   The 8x14 font has been removed from the video bios. This was done, as per 
  88.   VESA recommendations, in order to make room for VESA Bios features such as 
  89.   VBE2.0 and VBE/DDC. Should the removal of this font cause problems with any 
  90.   application you are running, it can be installed by running the FNT8X14.COM 
  91.   TSR program. To do this, simply type c:\mga\setup\fnt8x14.
  92.  
  93. VBESETUP.EXE and VBETSR.COM Utilities:
  94. -------------------------------------
  95.  
  96.    The VBETSR.COM/VBESETUP.EXE utilities allow the VESA VBE modes supported
  97.    by our video bios to use the same video parameters as used by our drivers.
  98.    This is a two step process. First, you must run VBETSR.COM by going to
  99.    \MGA\SETUP and typing VBETSR. Second, from within the same sub-directory,
  100.    you must run VBESETUP.EXE by simply typing VBESETUP. This program will
  101.    load the video parameter information to be used by VBETSR.COM. These
  102.    programs can be run from within your autoexec.bat by simply adding the
  103.    following lines :
  104.  
  105.     C:\MGA\SETUP\VBETSR
  106.         C:\MGA\SETUP\VBESETUP
  107.  
  108.    NOTE that VBESETUP must be re-run every time you modify your monitor
  109.    configuration. In other words, every time you switch monitor or modify 
  110.    the video timings in any way.
  111.  
  112.  
  113. PCISPY.EXE Utility:
  114. ------------------
  115.  
  116.    PCISPY is intended for usage in PCI systems where we suspect problems
  117.    arising from the way MGA devices are being mapped. 
  118.  
  119.    Usage of this utility is as follows and can be obtained by simply
  120.    going to C:\MGA\SETUP and typing PCISPY :
  121.        
  122.        usage : pcispy [-l]
  123.                       [-c]
  124.                       [-r DeviceNumber Offset]
  125.                       [-w DeviceNumber Offset Data]
  126.                       [-d DeviceNumber Start_Offset End_Offset]
  127.  
  128.        where
  129.        [-l] list PCI device information
  130.        [-c] automatic conflict resolution involving MGA
  131.        [-r] read byte from "Offset" (hexbyte) for "DeviceNumber"
  132.        [-w] write byte "Data" to "Offset" (hexbyte) for "DeviceNumber"
  133.        [-d] dump bytes from "Start_Offset" to "End_Offset" (hexbytes)
  134.             for "DeviceNumber"
  135.        
  136.        **** Switches are mutually exclusive.
  137.  
  138. VESA MODES SUPPORTED (VBE Core 1.2/2.0):
  139. ---------------------------------------
  140.  
  141.  The following VESA modes are supported.
  142.  
  143.              |            Colors Supported
  144.  Resolution  |    16        256       32K       64K     16.8M 
  145.  ------------+----------------------------------------------
  146.  640 x 400   |    VGA mode  100       NA          NA      NA
  147.  640 x 480   |    VGA mode  101       110       111     112         
  148.  800 x 600   |    102       103       113       114     115
  149.  1024 x 768  |    NA        105       116       117     118(*)
  150.  1280 x 1024 |    NA        107       119(*)    11A(*)   NA
  151.  1600 x 1200 |    NA        11C       11D(*)    11E(*)   NA
  152.  
  153.  (*) Requires 4Mb of Video Memory
  154.  
  155.